func github.com/andybalholm/brotli.skipSpace

5 uses

	github.com/andybalholm/brotli (current package)
		http.go#L71: 			s = skipSpace(s)
		http.go#L73: 				s = skipSpace(s[1:])
		http.go#L83: 			s = skipSpace(s)
		http.go#L87: 			s = skipSpace(s[1:])
		http.go#L93: func skipSpace(s string) (rest string) {